home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qmps8151.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  13.2 KB  |  368 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.0"
  11. *PCFileName: "QMPS8151.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 815)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 815"
  16. *NickName: "QMS-PS 815 v52.4"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "324000"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46. *Reset: "
  47.   count 0 eq {  % is the password on the stack?
  48.     true
  49.   }{
  50.     dup % potential password
  51.     statusdict /checkpassword get exec not
  52.   } ifelse
  53.   {  %  if no password or not valid
  54.     (WARNING : Cannot reset printer.) =
  55.     (Password supplied is not valid.) =
  56.     (Please contact the author of this software.) = flush
  57.     quit
  58.   } if
  59.   serverdict /exitserver get exec
  60.   systemdict /quit get exec
  61.   (WARNING : Printer Reset Failed.) = flush
  62. "
  63. *End
  64.  
  65. *DefaultResolution: 300dpi 
  66. *?Resolution: "
  67. save
  68.   initgraphics
  69.   0 72 dtransform
  70.   dup mul exch
  71.   dup mul 
  72.   add sqrt round cvi
  73.   (          ) cvs print (dpi) = flush
  74. restore
  75. "
  76. *End
  77.  
  78. *% Halftone Information ===============
  79. *ScreenFreq: "60.0"
  80. *ScreenAngle: "45.0"
  81. *DefaultScreenProc: Dot
  82. *ScreenProc Dot: "
  83. { abs exch abs 2 copy add 1 gt
  84.   {1 sub dup mul exch 1 sub dup mul add 1 sub }
  85.   {dup mul exch dup mul add 1 exch sub }
  86.   ifelse
  87. }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion.
  101. *OpenUI *PageSize: PickOne
  102. *OrderDependency: 30 AnySetup *PageSize
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "statusdict /lettertray get exec"
  105. *PageSize Legal: "statusdict /legaltray get exec"
  106. *PageSize Executive: "statusdict /executivetray get exec"
  107. *PageSize A4: "statusdict /a4tray get exec"
  108. *PageSize B5: "statusdict /b5tray get exec"
  109. *PageSize Monarch/Monarch Envelope: "statusdict /envelopetray get exec statusdict /monarch get exec"
  110. *PageSize Comm10/Common #10 Envelope: "statusdict /envelopetray get exec statusdict /com10 get exec"
  111. *PageSize DL/DL Envelope: "statusdict /envelopetray get exec statusdict /dl get exec"
  112. *PageSize C5/C5 Envelope: "statusdict /envelopetray get exec statusdict /c5 get exec"
  113. *PageSize Envelope.279.639/Common #9 Envelope: "statusdict /envelopetray get exec statusdict /com9 get exec"
  114. *PageSize Envelope.324.747/Common #11 Envelope: "statusdict /envelopetray get exec statusdict /com11 get exec"
  115. *?PageSize: "
  116. save 
  117. 6 dict 
  118.   dup /letter (Letter) put
  119.   dup /legal (Legal) put
  120.   dup /a4 (A4) put
  121.   dup /b5 (B5) put
  122.   dup /executivepage (Executive) put
  123.   dup /envelope (Envelope) put
  124.   statusdict /papersize get exec
  125.   3 1 roll  {get} stopped {(Unknown)}if
  126.   exch  not { print (.Transverse) }if
  127.   = flush
  128. restore 
  129. "
  130. *End
  131. *CloseUI: *PageSize
  132.  
  133. *% These entries will set up the frame buffer. Usually used with manual feed.
  134. *OpenUI *PageRegion: PickOne
  135. *OrderDependency: 40 AnySetup *PageRegion
  136. *DefaultPageRegion: Letter
  137. *PageRegion Letter: "letter"
  138. *PageRegion Legal: "legal"
  139. *PageRegion A4: "a4"
  140. *PageRegion B5: "b5"
  141. *PageRegion Executive: "statusdict /executivepage get exec"
  142. *PageRegion Monarch/Monarch Envelope: "statusdict /monarch get exec"
  143. *PageRegion Comm10/Common #10 Envelope: "statusdict /com10 get exec"
  144. *PageRegion DL/DL Envelope: "statusdict /dl get exec"
  145. *PageRegion C5/C5 Envelope: "statusdict /c5 get exec"
  146. *PageRegion Envelope.279.639/Common #9 Envelope: "statusdict /com9 get exec"
  147. *PageRegion Envelope.324.747/Common #11 Envelope: "statusdict /com11 get exec"
  148. *CloseUI: *PageRegion
  149.  
  150. *% The following entries provide information about specific paper keywords.
  151. *DefaultImageableArea: Letter
  152. *ImageableArea Letter: "15 13 597 779 "
  153. *ImageableArea Legal: "15 14 597 995 "
  154. *ImageableArea A4: "16 11 579 831 "
  155. *ImageableArea B5: "18 12 497 717 "
  156. *ImageableArea Executive: "18 18 486 720"
  157. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  158. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  159. *ImageableArea DL/DL Envelope: "1 1 312 623"
  160. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  161. *ImageableArea Envelope.279.639/Common #9 Envelope: "1 1 279 639"
  162. *ImageableArea Envelope.324.747/Common #11 Envelope: "1 1 324 747"
  163. *?ImageableArea: "
  164. save
  165.   /cvp { (                ) cvs print ( ) print } bind def
  166.   /upperright {10000 mul floor 10000 div} bind def
  167.   /lowerleft {10000 mul ceiling 10000 div} bind def
  168.   newpath clippath pathbbox
  169.   4 -2 roll exch 2 {lowerleft cvp} repeat
  170.   exch 2 {upperright cvp} repeat flush
  171.  restore
  172. "
  173. *End
  174.  
  175. *% These provide the physical dimensions of the paper (by keyword)
  176. *DefaultPaperDimension: Letter
  177. *PaperDimension Letter: "612 792"
  178. *PaperDimension Legal: "612 1008"
  179. *PaperDimension A4: "595 842"
  180. *PaperDimension B5: "516 729"
  181. *PaperDimension Executive: "522 756"
  182. *PaperDimension Monarch/Monarch Envelope: "279 540"
  183. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  184. *PaperDimension DL/DL Envelope: "312 624"
  185. *PaperDimension C5/C5 Envelope: "459 649"
  186. *PaperDimension Envelope.279.639/Common #9 Envelope: "279 639"
  187. *PaperDimension Envelope.324.747/Common #11 Envelope: "324 747"
  188.  
  189. *RequiresPageRegion All: True
  190. *OpenUI *InputSlot: PickOne
  191. *OrderDependency: 20 AnySetup *InputSlot
  192. *DefaultInputSlot: Cassette
  193. *InputSlot Cassette: ""
  194. *CloseUI: *InputSlot
  195.  
  196. *OpenUI *ManualFeed: PickOne
  197. *OrderDependency: 20 AnySetup *ManualFeed
  198. *DefaultManualFeed: False
  199. *ManualFeed True: "statusdict /manualfeed true put"
  200. *ManualFeed False: "statusdict /manualfeed false put"
  201. *?ManualFeed: "save
  202.   statusdict /manualfeed get
  203.   {(True)}{(False)}ifelse = flush
  204.   restore
  205. "
  206. *End
  207. *CloseUI: *ManualFeed
  208.  
  209. *DefaultOutputBin: Upper
  210. *DefaultOutputOrder: Normal
  211.  
  212. *% Font Information =====================
  213. *DefaultFont: Courier
  214. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  215. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  216. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  217. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  218. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  219. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  220. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  221. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  222. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  223. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  224. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  225. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  226. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  227. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  228. *Font Courier: Standard "(002.003)" Standard ROM
  229. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  230. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  231. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  232. *Font Helvetica: Standard "(001.006)" Standard ROM
  233. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  234. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  235. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  236. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  237. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  238. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  239. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  240. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  241. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  242. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  243. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  244. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  245. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  246. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  247. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  248. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  249. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  250. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  251. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  252. *Font Symbol: Special "(001.007)" Special ROM
  253. *Font Times-Bold: Standard "(001.007)" Standard ROM
  254. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  255. *Font Times-Italic: Standard "(001.007)" Standard ROM
  256. *Font Times-Roman: Standard "(001.007)" Standard ROM
  257. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  258. *Font ZapfDingbats: Special "(001.002)" Special ROM
  259. *?FontQuery: "
  260. save
  261.  /str 100 string dup 0 (fonts/) putinterval def
  262.  {
  263.    count 1 gt
  264.    {
  265.          exch dup str 6 94 getinterval cvs
  266.          (/) print print (:) print
  267.          FontDirectory exch known
  268.          {(Yes)}{(No)} ifelse =
  269.    }
  270.    {exit} ifelse
  271.  }bind loop
  272.  (*) = flush
  273. restore
  274. "
  275. *End
  276.  
  277. *?FontList: "
  278. save
  279.   FontDirectory { pop == } bind forall flush
  280.   (*) = flush
  281. restore
  282. "
  283. *End
  284.  
  285. *% Printer Messages (verbatim from printer):
  286. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  287. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  288. *Message: "\FontName\ not found, using Courier"
  289.  
  290. *% Status (format: %%[ status: <one of these> ]%% )
  291. *Status: "idle"
  292. *Status: "busy"
  293. *Status: "waiting"
  294. *Status: "printing"
  295. *Status: "warming up"
  296. *Status: "Initializing"
  297. *Status: "printing startup page"
  298. *Status: "printing test page"
  299. *Status: "PrinterError: no paper tray"
  300. *Status: "PrinterError: service call"
  301. *Status: "PrinterError: no toner cartridge"
  302. *Status: "PrinterError: cover open"
  303. *Status: "PrinterError: paper entry misfeed"
  304. *Status: "PrinterError: manual feed"
  305. *Status: "PrinterError: out of paper"
  306.  
  307. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  308. *Source: "serial25"
  309. *Source: "AppleTalk"
  310. *Source: "Centronics"
  311.  
  312. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  313. *PrinterError: "no paper tray"
  314. *PrinterError: "service call"
  315. *PrinterError: "no toner cartridge"
  316. *PrinterError: "cover open"
  317. *PrinterError: "paper entry misfeed"
  318. *PrinterError: "manual feed"
  319. *PrinterError: "out of paper"
  320.  
  321. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  322.  
  323. *% Color Separation Information =====================
  324.  
  325. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  326.  
  327. *InkName: ProcessBlack/Process Black
  328. *InkName: CustomColor/Custom Color
  329. *InkName: ProcessCyan/Process Cyan
  330. *InkName: ProcessMagenta/Process Magenta
  331. *InkName: ProcessYellow/Process Yellow
  332.  
  333. *%  For 60 lpi / 300 dpi  ===============================
  334.  
  335. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  336. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  337. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  338. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  339. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  344. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346.  
  347. *%  For 53 lpi / 300 dpi  ===============================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  350. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  352. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  353. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  356. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  357. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  358. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  359. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  360.  
  361. *% For "QMS-PS 815" version 52.4
  362. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  363. *% Converted to meet 4.0 specification
  364. *% Last Edit Date: 13 Mar 1992
  365. *% The byte count of this file should be exactly 013022 or 013386
  366. *% depending on the filesystem it resides in.
  367. *% end of PPD file for QMS-PS 815
  368.